[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
                               Cos function

  DECLARATION:  Cos(x : Real);

      PURPOSE:  Returns the Cosign of the argument.

         UNIT:  System

  RESULT TYPE:  Real

      REMARKS:  Where x is a real-type expression, the result will be
                the cosine of x.  x is assumed to represent an angle in
                radians.

      EXAMPLE:  Var
                   r : Real;

                Begin
                   r := Cos(Pi);
                End.

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson